livepatch: Move test-cases to their own sub-directory in test.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 12 Aug 2016 19:27:58 +0000 (15:27 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 23 Sep 2016 16:39:45 +0000 (12:39 -0400)
commitcbe2213f60effc1a59b87deeb491254173874c8e
tree8be3042f982b4d679e654bbff4c5fb6ad9c2ce3d
parent3ac7ca1c9dafd734ccccba456e37024f80b78675
livepatch: Move test-cases to their own sub-directory in test.

So they can be shared with ARM64 (but not yet, so they
are only built on x86).

No functional change.

We also need to tweak the MAINTAINERS and .gitignore file.

Also we need to update SUBDIRS to include the new 'test'
directory so 'cscope' can show the example livepatches.

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Acked-by: Julien Grall <julien.grall@arm.com> [arm change]
Acked-by: Jan Beulich <jbeulich@suse.com> [for directory]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
20 files changed:
.gitignore
MAINTAINERS
xen/Makefile
xen/arch/arm/Makefile
xen/arch/x86/Makefile
xen/arch/x86/test/Makefile [deleted file]
xen/arch/x86/test/xen_bye_world.c [deleted file]
xen/arch/x86/test/xen_bye_world_func.c [deleted file]
xen/arch/x86/test/xen_hello_world.c [deleted file]
xen/arch/x86/test/xen_hello_world_func.c [deleted file]
xen/arch/x86/test/xen_replace_world.c [deleted file]
xen/arch/x86/test/xen_replace_world_func.c [deleted file]
xen/test/Makefile [new file with mode: 0644]
xen/test/livepatch/Makefile [new file with mode: 0644]
xen/test/livepatch/xen_bye_world.c [new file with mode: 0644]
xen/test/livepatch/xen_bye_world_func.c [new file with mode: 0644]
xen/test/livepatch/xen_hello_world.c [new file with mode: 0644]
xen/test/livepatch/xen_hello_world_func.c [new file with mode: 0644]
xen/test/livepatch/xen_replace_world.c [new file with mode: 0644]
xen/test/livepatch/xen_replace_world_func.c [new file with mode: 0644]